home *** CD-ROM | disk | FTP | other *** search
/ Interactive Quarterly / The Best of New Machine Publishing 1 - Disc 4: Interactive Quarterly.iso / pc / toc.dir / 00277.ls < prev    next >
Encoding:
Text File  |  1997-01-16  |  169 b   |  9 lines

  1. on GoHOT story
  2.   global rootpath
  3.   if the machineType = 256 then
  4.     go(1, rootpath & "HOT_FLSH\" & story)
  5.   else
  6.     go(1, rootpath & "HOT_FLSH:" & story)
  7.   end if
  8. end
  9.